adTempus API
|
Gets the owner of the object
HRESULT GetOwner([out,retval] ISecEntity ** owner);
GetOwner([out,retval] ISecEntity * owner);
Sub GetOwner(owner As [out,retval] ISecEntity *)
An ISecEntity object representing the owner, or NULL if the object has no owner.
The owner of an object can perform all actions on the object, regardless of what permissions are assigned through the security descriptor.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|